home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 3: Developer Tools
/
Linux Cubed Series 3 - Developer Tools.iso
/
devel
/
debugger
/
bdm-linu.0
/
bdm-linu
/
bdm-linux
/
textio.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-04-27
|
203 b
|
9 lines
/* textio.h - define name of routines to use for BDM driver package
* did some funny MS-DOS console stuff. stdio.h is just fine...
*/
#include <stdio.h>
#define NEWLINE "\n"
/* end of textio.h */